home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / -commercial- / wildfire7_update / update_wf < prev    next >
Text File  |  1999-06-14  |  2KB  |  52 lines

  1. assign WF: exists >nil:
  2. if warn
  3.  echo "Attention: WF: Assign is not Found! Check your installation!" >t:temp1.txt
  4.  echo "..." >>t:temp1.txt
  5.  echo "Achtung: Das WF: Asign ist nicht vorhanden! Überprüfen Sie Ihre Installation!" >>t:temp1.txt
  6. else
  7.  echo " "
  8.  echo "Welcome to the Wildfire Update!  Wilkommen beim Wildfire Update!"
  9.  wait 2
  10.  echo "Please hold on while the new files will be installed!"
  11.  echo " "
  12.  echo "Bitte haben Sie Geduld, bis die neuen Dateien installiert sind!"
  13.  echo " "
  14.  wait 8
  15.  copy #? WF: all
  16.  delete wf:Update_WF >Nil:
  17.  delete wf:Update_WF.info >Nil:
  18.  delete wf:spatch >NIL:
  19.  delete wf:wf.pch >NIL:
  20.  copy wf.pch ram: >NIL:
  21.  copy spatch ram: >NIL:
  22.  copy wf:wf wf:wf.old1 >NIL:
  23.  echo " "
  24.  echo "Please Insert the Wildfire7 CD!"
  25.  echo " "
  26.  echo "Bitte legen Sie die Wildfire 7 CD ein!"
  27.  wait 8
  28.  copy Wildfire_7:Wildfire/wf WF:WF.Old2 >NIL:
  29.  echo " "
  30.  echo "Patching Wildfire 7 Version 7.12 --> Wildfire 7 Version 7.15"
  31.  echo " "
  32.  ram:spatch -owf:wf.new -pram:wf.pch Wildfire_7:Wildfire/wf
  33.  copy wf:wf.new wf:wf >NIL:
  34.  delete ram:spatch >NIL:
  35.  delete ram:wf.pch >NIL:
  36.  echo " "
  37.  echo "Everything installed o.k.   ...  Update Erfolgreich abgeschlossen!"
  38.  wait 10
  39.  echo " " >t:temp1.txt
  40.  echo "Please start Wildfire and press HELP to display the Online-" >>t:temp1.txt
  41.  echo "help! There is a new chapter called Updated Version! Please" >>t:temp1.txt
  42.  echo "have a look at it!" >>t:temp1.txt
  43.  echo " " >>t:temp1.txt
  44.  echo " " >>t:temp1.txt
  45.  echo "Bitte starten Sie Wildfire und drücken Sie die HELP Taste," >>t:temp1.txt
  46.  echo "um sich die Online-Hilfe durchzulesen! Dort gibt es ein" >>t:temp1.txt
  47.  echo "neues Kapitel Namens   Neue Version    Bitte lesen Sie" >>t:temp1.txt
  48.  echo "es sich durch!" >>t:temp1.txt
  49. endif
  50. SYS:Utilities/more t:temp1.txt
  51. delete t:temp1.txt >nil:
  52.